Update sys users
signature
This commit is contained in:
parent
28ed0fe700
commit
3de8f9a5d1
|
@ -13,7 +13,7 @@ impl Command for SysUsers {
|
|||
fn signature(&self) -> Signature {
|
||||
Signature::build("sys users")
|
||||
.category(Category::System)
|
||||
.input_output_types(vec![(Type::Nothing, Type::record())])
|
||||
.input_output_types(vec![(Type::Nothing, Type::table())])
|
||||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
|
|
Loading…
Reference in New Issue
Block a user