summaryrefslogtreecommitdiffstats
path: root/collage/collage.c
diff options
context:
space:
mode:
Diffstat (limited to 'collage/collage.c')
-rw-r--r--collage/collage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/collage/collage.c b/collage/collage.c
index ddc4ae28e..1b0d01764 100644
--- a/collage/collage.c
+++ b/collage/collage.c
@@ -9,6 +9,7 @@ struct commandTableEntry {
};
struct commandTableEntry commandTable[] = {
+ { "df", dfCommand },
{ "umount", umountCommand },
{ "mount", mountCommand },
{ "mkdir", mkdirCommand },