diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-11-10 18:33:47 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-10 18:33:47 +0000 |
| commit | 44eca97cf3027b2078c6954131753e315a6ed577 (patch) | |
| tree | 633ff2d12eba13a85214a49e1bcecb2d51168672 | |
| parent | a7cb22de8543981acf8101cc70cc4b14c4742242 (diff) | |
(main): Issue decent prompt.
| -rw-r--r-- | ufs/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,6 +143,8 @@ main (int argc, char **argv) /* Prompt the user to give us another name rather than just crashing */ printf ("Cannot open device %s\n", devname); + printf ("Open instead: "); + fflush (stdout); len = getline (&line, &linesz, stdin); if (len > 2) devname = line; |
