diff options
| -rw-r--r-- | config_cmd.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_cmd.h.in b/config_cmd.h.in index 3802760..1ff0509 100644 --- a/config_cmd.h.in +++ b/config_cmd.h.in @@ -1,5 +1,5 @@ // -// DFM - Dylan's File Manager - Configuration file. +// DFM - Dylan's File Manager - Command Configuration file. // // Commands can be created using the FM_CMD macro which declares a function // that holds a struct fm_cmd and calls fm_cmd(). |