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.
2 parents bb1b8ce + 62273d8 commit fa790f0Copy full SHA for fa790f0
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