commit | 30874b4819a99cc84fa39e794266685e1b8735d2 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sat May 12 15:54:27 2012 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sat May 12 15:54:27 2012 +0200 |
tree | 9b31221dbeabc523e607321eb006b4599b6ae26c | |
parent | 2097951110e33fe091ed9515ae77e2683c46c889 [diff] [blame] |
[util] Make tools default to stdin if no text is provided One less argument to type in typical testing workflow!
diff --git a/util/options.hh b/util/options.hh index ec51ed3..bf9123b 100644 --- a/util/options.hh +++ b/util/options.hh
@@ -239,7 +239,7 @@ if (text && text_file) g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE, - "Only one of text and text-file must be set"); + "Only one of text and text-file can be set"); };