Skip to content

Commit

Permalink
cli: Fix typo in package command doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed May 15, 2021
1 parent d547e82 commit 72bd3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 72bd3d1

Please sign in to comment.