Restore mount command

This seems to have been a mistake in 6f42d58.
pull/1717/head
Andy Clayton 2017-07-19 19:25:53 -05:00
parent 9e8ef22e93
commit d332a2b818
1 changed files with 1 additions and 0 deletions

View File

@ -149,4 +149,5 @@ func init() {
mountCmd.Flags().IntVar(&uid, "uid", 1001, "Default user id used for the mount")
mountCmd.Flags().IntVar(&gid, "gid", 1001, "Default group id used for the mount")
mountCmd.Flags().IntVar(&msize, "msize", constants.DefaultMsize, "The number of bytes to use for 9p packet payload")
RootCmd.AddCommand(mountCmd)
}