summaryrefslogtreecommitdiffstats
path: root/commands/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pwd.c')
-rw-r--r--commands/pwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/pwd.c b/commands/pwd.c
index 6fe4cf390a..fb652f5e4b 100644
--- a/commands/pwd.c
+++ b/commands/pwd.c
@@ -30,5 +30,6 @@ static int do_pwd(int argc, char *argv[])
BAREBOX_CMD_START(pwd)
.cmd = do_pwd,
.usage = "print working directory",
+ BAREBOX_CMD_GROUP(CMD_GRP_FILE)
BAREBOX_CMD_COMPLETE(empty_complete)
BAREBOX_CMD_END