Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ Set your locale
Usage: discloud user locale [arguments]
-h, --help Print this usage information.
-l, --locale=<en-US>
-s, --system Use current system language (C.UTF-8)
-s, --system Use current system language (en-US)
```

### zip
Expand Down
2 changes: 1 addition & 1 deletion lib/commands/user/locale.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class UserLocaleCommand extends Command<void> {
..addFlag(
"system",
abbr: "s",
help: "Use current system language (${Platform.localeName})",
help: "Use current system language ($_localeName)",
negatable: false,
);
}
Expand Down