summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorShawn <sabetts@juicebox>2008-10-12 17:03:31 -0700
committerShawn <sabetts@juicebox.(none)>2008-10-12 17:11:55 -0700
commitda60eaebff265bafae3c7be1dee5a585ff3e2198 (patch)
tree48bb4a54ed04d0e1c12563b7aeaf2dfd07175777 /src/actions.c
parent2557e59fc5ce7690d05856b04e0ea5aaff6f9f60 (diff)
downloadratpoison-da60eaebff265bafae3c7be1dee5a585ff3e2198.zip
change grename arg type to arg_REST
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c
index ef71285..2aa53d1 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -255,7 +255,7 @@ init_user_commands(void)
add_command ("gnewbg", cmd_gnewbg, 1, 1, 1,
"Name: ", arg_STRING);
add_command ("grename", cmd_grename, 1, 1, 1,
- "Change group name to: ", arg_STRING);
+ "Change group name to: ", arg_REST);
add_command ("gnext", cmd_gnext, 0, 0, 0);
add_command ("gprev", cmd_gprev, 0, 0, 0);
add_command ("gother", cmd_gother, 0, 0, 0);