diff options
Diffstat (limited to 'fish/prep.c')
-rw-r--r-- | fish/prep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/prep.c b/fish/prep.c index 369dd6d4..59fa8a7a 100644 --- a/fish/prep.c +++ b/fish/prep.c @@ -95,7 +95,7 @@ parse_type_string (const char *type_string) if (i == NR_PREPS) { fprintf (stderr, _("\ guestfish: -N parameter '%s': no such prepared disk image known.\n\ -Use 'guestfish -N list' to list possible values for the -N parameter.\n"), +Use 'guestfish -N help' to list possible values for the -N parameter.\n"), type_string); exit (EXIT_FAILURE); } |