Skip to content

Commit

Permalink
fix -t/--to option on export-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Mar 2, 2011
1 parent e2e16f1 commit ba7788c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WGDev/Command/Export/Branch.pm
Expand Up @@ -14,7 +14,7 @@ use constant LINEAGE_LEVEL_LENGTH => 6;
sub config_options {
return (
shift->SUPER::config_options, qw(
to
to|t=s
hier!
) );
}
Expand Down

0 comments on commit ba7788c

Please sign in to comment.