From f548d3af4a8fd2d71dcb0592dec7d66e54786f26 Mon Sep 17 00:00:00 2001 From: Shashank Balaji Date: Wed, 20 Aug 2025 22:05:03 +0900 Subject: [PATCH] crtools: remove "consult documentation" Most people know this, don't they? :) Suggested-by: Radostin Stoyanov Signed-off-by: Shashank Balaji --- criu/crtools.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/criu/crtools.c b/criu/crtools.c index 203bded81..e207133ac 100644 --- a/criu/crtools.c +++ b/criu/crtools.c @@ -426,9 +426,7 @@ usage: " --network-lock METHOD network locking/unlocking method; argument\n" " can be 'nftables' or 'iptables' (default).\n" " --unprivileged accept limitations when running as non-root\n" - " consult documentation for further details\n" " --allow-uprobes allow dump/restore with uprobes vma\n" - " consult documentation for further details\n" "\n" "* External resources support:\n" " --external RES dump objects from this list as external resources:\n"