diff options
Diffstat (limited to 'src/utils/pacmd.c')
-rw-r--r-- | src/utils/pacmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c index a2492fdc..dc477aae 100644 --- a/src/utils/pacmd.c +++ b/src/utils/pacmd.c @@ -83,7 +83,7 @@ static void help(const char *argv0) { printf(_("\n" " -h, --help Show this help\n" " --version Show version\n" - "When no command is given pacdm starts in the interactive mode\n" )); + "When no command is given pacmd starts in the interactive mode\n" )); } enum { |