missed one

This commit is contained in:
Finn 2021-02-28 13:32:34 -08:00
parent 976744198e
commit 6b58faf101

View file

@ -67,5 +67,4 @@ var (
func init() {
RemoveDeviceCmd.Flags().StringVarP(&account, "account", "a", "", "local account to use")
common.Must(RemoveDeviceCmd.MarkFlagRequired("device"))
}