Skip to content

Commit

Permalink
Allow specifying the output directory for the split repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 12, 2014
1 parent 1dd5804 commit 6b195ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion framework/bin/horde-git-split
Expand Up @@ -28,7 +28,11 @@ $parser = new Horde_Argv_Parser(
'action' => 'store',
'help' => 'Temporary directory (memory FS) for git operations',
'dest' => 'tmpdir'
))
)),
new Horde_Argv_Option('-o', '--output', array(
'action' => 'store',
'help' => 'Output directory where split repositories are placed.',
'dest' => 'output'))
)
)
);
Expand Down

0 comments on commit 6b195ba

Please sign in to comment.