readme: fix print

This commit is contained in:
Felix Buehler 2023-09-05 21:51:43 +02:00
parent b070a394c9
commit b4cc0204df

View file

@ -100,7 +100,7 @@ used flakes:
```bash ```bash
echo "my-super-safe-password" > /tmp/disk.key echo "my-super-safe-password" > /tmp/disk.key
temp=$(mktemp -d) temp=$(mktemp -d)
printf '%M %p\n' find $temp -printf '%M %p\n'
``` ```
should result in something looking like this should result in something looking like this