diff options
author | Werner Koch <[email protected]> | 1998-01-28 16:09:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-28 16:09:43 +0000 |
commit | 9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7 (patch) | |
tree | efa4f8e1ccbc5e989942cde55c36220dca2d8fbd /util/argparse.c | |
parent | moved stuff to aclocal.m4 (diff) | |
download | gnupg-9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7.tar.gz gnupg-9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7.zip |
version 0.2.1
Diffstat (limited to '')
-rw-r--r-- | util/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/argparse.c b/util/argparse.c index 09c820a72..795e87648 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -545,7 +545,7 @@ show_help( ARGPARSE_OPTS *opts, unsigned flags ) indent += 10; puts("Options:"); for(i=0; opts[i].short_opt; i++ ) { - s = _(opts[i].description); + s = _( opts[i].description ); if( s && *s== '\r' ) /* hide this line */ continue; if( opts[i].short_opt < 256 ) |