Skip to content

Commit

Permalink
Rename App -> Apps
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Javorszky <[email protected]>
  • Loading branch information
javorszky committed Sep 16, 2024
1 parent 3a6a979 commit f1c2ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/unitctl/unitctl/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn main() -> Result<(), UnitctlError> {
match cli.command {
Commands::Instances(args) => instances::cmd(args).await,

Commands::App(ref args) => applications::cmd(&cli, args).await,
Commands::Apps(ref args) => applications::cmd(&cli, args).await,

Commands::Edit { output_format } => edit::cmd(&cli, output_format).await,

Expand Down
2 changes: 1 addition & 1 deletion tools/unitctl/unitctl/src/unitctl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub(crate) enum Commands {
},

#[command(about = "List all configured Unit applications")]
App(ApplicationArgs),
Apps(ApplicationArgs),

#[command(about = "Export the current configuration of UNIT")]
Export {
Expand Down

0 comments on commit f1c2ce7

Please sign in to comment.