aboutsummaryrefslogtreecommitdiff
path: root/gprofng/src/Command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/src/Command.cc')
-rw-r--r--gprofng/src/Command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprofng/src/Command.cc b/gprofng/src/Command.cc
index d1620d7..40530c2 100644
--- a/gprofng/src/Command.cc
+++ b/gprofng/src/Command.cc
@@ -222,7 +222,7 @@ static Cmdtable cmd_lst[] = { // list of commands
// like quit, but deletes all data loaded
{ HHELP, "xhelp", NULL, NULL, 0, &desc[HHELP]},
- { WHOAMI, "-whoami", NULL, NULL, 0, &desc[WHOAMI]},
+ { WHOAMI, "whoami", NULL, NULL, 0, NULL},
// these are not recognized at this point
{ LOADOBJECT, "segments", "pmap", NULL, 0, &desc[LOADOBJECT]},