diff --git a/cli/src/main.rs b/cli/src/main.rs index e34d811..95f8848 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -199,7 +199,7 @@ enum Command { }, /// Symlink the workflow directory to the Alfred workflow directory. Link, - /// Package the workflow as an `.alfred-workflow` file. + /// Package the workflow as an `.alfredworkflow` file. Package, }