changeset 117:b56ce9981d79

Correct help of 'packed' utility.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Oct 2012 03:28:06 +0300
parents 23e03defa759
children c36e0316de9f
files packed.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packed.c	Wed Oct 03 13:47:41 2012 +0300
+++ b/packed.c	Thu Oct 04 03:28:06 2012 +0300
@@ -53,7 +53,7 @@
 
 void argShowHelp()
 {
-    dmPrintBanner(stdout, dmProgName, "[options] <packfile> [filename[s]]");
+    dmPrintBanner(stdout, dmProgName, "[options] [-p <packfilename>] [filename[s]]");
     dmArgsPrintHelp(stdout, optList, optListN);
     fprintf(stdout,
     "\n"