mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Fix some typos
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: George Melikov <mail@gmelikov.ru> Signed-off-by: John Eismeier <john.eismeier@gmail.com> Closes #7237
This commit is contained in:
committed by
Tony Hutter
parent
bcaba38e42
commit
33bb1e8256
@@ -474,7 +474,7 @@ def main():
|
||||
"help",
|
||||
"infile",
|
||||
"outfile",
|
||||
"seperator",
|
||||
"separator",
|
||||
"types",
|
||||
"verbose",
|
||||
"extended"
|
||||
@@ -499,7 +499,7 @@ def main():
|
||||
ofile = arg
|
||||
if opt in ('-r', '--raw'):
|
||||
raw += 1
|
||||
if opt in ('-s', '--seperator'):
|
||||
if opt in ('-s', '--separator'):
|
||||
sep = arg
|
||||
if opt in ('-t', '--types'):
|
||||
tflag = True
|
||||
|
||||
Reference in New Issue
Block a user