Skip to content

Commit

Permalink
pseudo: wordsmith usage text
Browse files Browse the repository at this point in the history
 and add link to pseudonymization wikipedia article

[skip ci]
  • Loading branch information
jqnatividad committed Jan 11, 2024
1 parent 4a55697 commit 836454e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/pseudo.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
static USAGE: &str = r#"
Pseudonymise the value of the given column by replacing it with an
incremental identifier.
Pseudonymise the value of a given column by replacing it with an
incremental identifier. See https://en.wikipedia.org/wiki/Pseudonymization
Once a value is pseudonymised, it will always be replaced with the same
identifier. This means that the same value will always be replaced with
Expand Down

0 comments on commit 836454e

Please sign in to comment.