aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/fpe.rst
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-12-11 23:48:45 +0100
committerSimon Warta <[email protected]>2015-12-11 23:48:45 +0100
commit3e33c69a962f03a8ad97f9978df35fe704c26434 (patch)
tree0dcd2d883b53a53291797603f58e3ea6a2e8a4f5 /doc/manual/fpe.rst
parent3e87697f03b5e3258c6ff9af0be11face0f57ce0 (diff)
Replace path src/cmd/ by new src/cli/ in documentation
Closes #356. [ci skip]
Diffstat (limited to 'doc/manual/fpe.rst')
-rw-r--r--doc/manual/fpe.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/fpe.rst b/doc/manual/fpe.rst
index 9fbb27f7c..3eed7f4ce 100644
--- a/doc/manual/fpe.rst
+++ b/doc/manual/fpe.rst
@@ -1,4 +1,3 @@
-
Format Preserving Encryption
========================================
@@ -54,4 +53,4 @@ This example encrypts a credit card number with a valid
`Luhn checksum <http://en.wikipedia.org/wiki/Luhn_algorithm>`_ to
another number with the same format, including a correct checksum.
-.. literalinclude:: ../../src/cmd/fpe.cpp
+.. literalinclude:: ../../src/cli/fpe.cpp