From: Eric Biggers Date: Thu, 31 Dec 2015 20:40:52 +0000 (-0600) Subject: wimlib-imagex: list --snapshot option in help output X-Git-Tag: v1.9.0~35 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=2b4a923a516228931ffad39bafa75cce41340140 wimlib-imagex: list --snapshot option in help output --- diff --git a/programs/imagex.c b/programs/imagex.c index 632adfbb..682a1420 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -4388,7 +4388,7 @@ T( " [--boot] [--check] [--nocheck] [--config=FILE]\n" " [--threads=NUM_THREADS] [--no-acls] [--strict-acls]\n" " [--rpfix] [--norpfix] [--update-of=[WIMFILE:]IMAGE]\n" -" [--wimboot] [--unix-data] [--dereference]\n" +" [--wimboot] [--unix-data] [--dereference] [--snapshot]\n" ), [CMD_APPLY] = T( @@ -4406,6 +4406,7 @@ T( " [--no-acls] [--strict-acls] [--rpfix] [--norpfix]\n" " [--update-of=[WIMFILE:]IMAGE] [--delta-from=WIMFILE]\n" " [--wimboot] [--unix-data] [--dereference] [--solid]\n" +" [--snapshot]\n" ), [CMD_DELETE] = T(