Skip to content

Commit

Permalink
fix invalid click flag in cli/fstab
Browse files Browse the repository at this point in the history
  • Loading branch information
gronke committed Nov 24, 2017
1 parent 3deb720 commit 5c3840d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocage/cli/fstab.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _get_jail(
required=False
)
@click.argument("jail", nargs=1, required=True)
@click.option("--write", "-rw", is_flag=True, default=False)
@click.option("--read-write", "-rw", is_flag=True, default=False)
def cli_add(
ctx: ClickContext,
source: str,
Expand Down

0 comments on commit 5c3840d

Please sign in to comment.