diff options
author | Daniel Brahneborg <basic@chello.se> | 2002-07-16 18:08:42 +0000 |
---|---|---|
committer | Daniel Brahneborg <basic@chello.se> | 2002-07-16 18:08:42 +0000 |
commit | 8ad9e586ddafb33c9b5bc37528bfb83cc8a3c90c (patch) | |
tree | ccb51171677e586e467372795c274ca48da49f3e /sisinstall | |
parent | 2758bb0d5efdae188e4494d8d0e245ff14381d70 (diff) | |
download | plptools-8ad9e586ddafb33c9b5bc37528bfb83cc8a3c90c.tar.gz plptools-8ad9e586ddafb33c9b5bc37528bfb83cc8a3c90c.tar.bz2 plptools-8ad9e586ddafb33c9b5bc37528bfb83cc8a3c90c.zip |
Text cleanups.
Diffstat (limited to 'sisinstall')
-rw-r--r-- | sisinstall/sismain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sisinstall/sismain.cpp b/sisinstall/sismain.cpp index 70d285f..c845408 100644 --- a/sisinstall/sismain.cpp +++ b/sisinstall/sismain.cpp @@ -61,7 +61,7 @@ void printHelp() " -h, --help Display this text.\n" " -V, --version Print version and exit.\n" " -v, --verbose=LEVEL Set the verbosity level, by default 0.\n" - " -n, --dry-run Just parse file file.\n" + " -n, --dry-run Just parse the file.\n" #if HAVE_LIBNEWT " -w, --newt Use the Newt interface.\n" #endif |