diff options
author | Timo Weingärtner <timo@tiwe.de> | 2011-12-25 18:45:41 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2012-01-13 23:43:16 +0100 |
commit | 8f967e3c65d1ecf6c43a6ff41b70f0fe47e64480 (patch) | |
tree | 30cdda2b700afae789137df75ab6dd9f96509718 /hadori.C | |
parent | a40bb6e7fd6e74e8b2d2222bba9421b580577e8e (diff) | |
download | hadori-8f967e3c65d1ecf6c43a6ff41b70f0fe47e64480.tar.gz |
clarify description for --stdin
Diffstat (limited to 'hadori.C')
-rw-r--r-- | hadori.C | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |