Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fixes #834: Fixes unload typo in commands.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyfay committed May 23, 2016
1 parent eff6b76 commit 6372b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/snapctl/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var (
},
{
Name: "unload",
Usage: "unload <plugin_type>:<plugin_name>:<plugin_version> or unload -t <plugin_type> -n <plugin_version> -v <plugin_version>",
Usage: "unload <plugin_type>:<plugin_name>:<plugin_version> or unload -t <plugin_type> -n <plugin_name> -v <plugin_version>",
Action: unloadPlugin,
Flags: []cli.Flag{
flPluginType,
Expand Down

0 comments on commit 6372b0c

Please sign in to comment.