Skip to content

Commit

Permalink
add TODO for missing functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Apr 4, 2014
1 parent 9296770 commit f92e6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mount-mogilefs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ push @{$opt{'trackers'}}, '127.0.0.1:7001' if(!@{$opt{'trackers'}});

#output usage if script was called incorrectly
if(!$resp || !defined($opt{'mountpoint'})) {
#TODO: output usage
exit 1;
}

Expand Down

0 comments on commit f92e6b3

Please sign in to comment.