We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
but status
1 parent 853a29b commit 62273d8Copy full SHA for 62273d8
crates/but/src/args.rs
@@ -18,7 +18,7 @@ pub struct Args {
18
pub enum Subcommands {
19
/// Provides an overview of the Workspace commit graph.
20
Log,
21
- /// Overview of the oncommitted changes in the repository.
+ /// Overview of the uncommitted changes in the repository.
22
Status {
23
/// Determines whether the committed files should be shown as well.
24
#[clap(short = 'f', alias = "files", default_value_t = false)]
0 commit comments