Skip to content

Commit

Permalink
manpage: add missing backslash escape
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Jan 2, 2019
1 parent 3a88299 commit f3712d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cshatag.1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ or grep for "corrupt" in cshatag.log.

To remove the extended attributes from all files:
.br
# find / -xdev -type f -exec setfattr -x user.shatag.ts {} \\; -exec setfattr -x user.shatag.sha256 {} \;
# find / -xdev -type f -exec setfattr -x user.shatag.ts {} \\; -exec setfattr -x user.shatag.sha256 {} \\;

.SH "RETURN VALUE"

Expand Down

0 comments on commit f3712d1

Please sign in to comment.