diff options
Diffstat (limited to 'src/fetch.c')
-rw-r--r-- | src/fetch.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fetch.c b/src/fetch.c index 14e0790..bc63983 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -93,8 +93,9 @@ static int option_parse_applet(void *ctx, struct apk_db_options *dbopts, int opt static const struct apk_option options_applet[] = { { 'L', "link", "Create hard links if possible" }, { 'R', "recursive", "Fetch the PACKAGE and all its dependencies" }, - { 's', "stdout", - "Dump the .apk to stdout (incompatible with -o, -R, --progress)" }, + { 0x104, "simulate", "Show what would be done without actually doing it" }, + { 's', "stdout", "Dump the .apk to stdout (incompatible " + "with -o, -R, --progress)" }, { 'o', "output", "Directory to place the PACKAGEs to", required_argument, "DIR" }, }; |