emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode da7e638f2f 451/500: Spell out command argument


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode da7e638f2f 451/500: Spell out command argument
Date: Sat, 29 Jan 2022 08:27:55 -0500 (EST)

branch: elpa/nix-mode
commit da7e638f2fa8a04a399b37cfa481e59cb3c18ff3
Author: Daniel Nagy <danielnagy@posteo.de>
Commit: Daniel Nagy <danielnagy@posteo.de>

    Spell out command argument
    
    Writing out the full name command arguments can help newcomers, who dont
    know the shorthand of the flag understand the intent better.
---
 nix-store.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-store.el b/nix-store.el
index e1cf96dfb5..b5bf922334 100644
--- a/nix-store.el
+++ b/nix-store.el
@@ -18,7 +18,7 @@
 PATH the path within /nix/store to realise"
   (make-process
    :buffer nil
-   :command (list nix-store-executable "-r" path)
+   :command (list nix-store-executable "--realise" path)
    :noquery t
    :name (format "*nix-store*<%s>" path)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]