summaryrefslogtreecommitdiff
path: root/hadori.C
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2011-12-25 18:45:41 +0100
committerTimo Weingärtner <timo@tiwe.de>2012-01-13 23:43:16 +0100
commit8f967e3c65d1ecf6c43a6ff41b70f0fe47e64480 (patch)
tree30cdda2b700afae789137df75ab6dd9f96509718 /hadori.C
parenta40bb6e7fd6e74e8b2d2222bba9421b580577e8e (diff)
downloadhadori-8f967e3c65d1ecf6c43a6ff41b70f0fe47e64480.tar.gz
clarify description for --stdin
Diffstat (limited to 'hadori.C')
-rw-r--r--hadori.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadori.C b/hadori.C
index 46ea864..376e2f0 100644
--- a/hadori.C
+++ b/hadori.C
@@ -173,7 +173,7 @@ int main (int const argc, char ** argv) {
("dry-run,n", "don't change anything, implies --verbose")
("verbose,v", "show which files get linked")
("debug,d", "show files being examined")
- ("stdin,s", "read arguments from stdin, one per line")
+ ("stdin,s", "read arguments from stdin, one per line; you can't combine that with arguments on the commandline")
("null,0", "implies --stdin, but use null bytes as delimiter")
;
po::options_description all_opts;