diff options
Diffstat (limited to 'lib/python/qmk/cli/format/c.py')
-rw-r--r-- | lib/python/qmk/cli/format/c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/format/c.py b/lib/python/qmk/cli/format/c.py index 699de8d49..b7263e19f 100644 --- a/lib/python/qmk/cli/format/c.py +++ b/lib/python/qmk/cli/format/c.py | |||
@@ -127,7 +127,7 @@ def format_c(cli): | |||
127 | 127 | ||
128 | # Sanity check | 128 | # Sanity check |
129 | if not files: | 129 | if not files: |
130 | cli.log.error('No changed files detected. Use "qmk cformat -a" to format all core files') | 130 | cli.log.error('No changed files detected. Use "qmk format-c -a" to format all core files') |
131 | return False | 131 | return False |
132 | 132 | ||
133 | # Run clang-format on the files we've found | 133 | # Run clang-format on the files we've found |