mirror of git://sourceware.org/git/glibc.git
Fix --help string a bit.
This commit is contained in:
parent
e9e2f70563
commit
1db732cbeb
|
|
@ -35,7 +35,7 @@ do_missing_arg() {
|
||||||
|
|
||||||
# Print help message
|
# Print help message
|
||||||
do_help() {
|
do_help() {
|
||||||
echo $"Usage: memprof [OPTION]... PROGRAM [PROGRAMOPTION...]
|
echo $"Usage: memprof [OPTION]... PROGRAM [PROGRAMOPTION]...
|
||||||
Profile memory usage of PROGRAM.
|
Profile memory usage of PROGRAM.
|
||||||
|
|
||||||
-n,--progname=NAME Name of the program file to profile
|
-n,--progname=NAME Name of the program file to profile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue