Improve clearity instructions

This commit is contained in:
loki
2020-03-21 17:09:33 +01:00
parent 34b1ef8779
commit a9423574fe
4 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ struct input_t {
namespace flag {
enum flag_e : std::size_t {
PIN_STDIN = 0, // Read PIN from stdin instead of http
CLEAN_SLATE, // Do not load or save state
FRESH_STATE, // Do not load or save state
FLAG_SIZE
};
}