File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/aleph_client/commands Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ async def update(
225225 verbose : bool = True ,
226226 debug : bool = False ,
227227):
228- """Update the code of an existing program. The item hash will not change"""
228+ """Update the code of an existing program ( item hash will not change) """
229229
230230 setup_logging (debug )
231231
@@ -503,7 +503,7 @@ async def persist(
503503 verbose : bool = True ,
504504 debug : bool = False ,
505505) -> Optional [str ]:
506- """Recreate a non-persistent program as persistent"""
506+ """Recreate a non-persistent program as persistent (item hash will change) """
507507
508508 setup_logging (debug )
509509
@@ -595,7 +595,7 @@ async def unpersist(
595595 verbose : bool = True ,
596596 debug : bool = False ,
597597) -> Optional [str ]:
598- """Recreate a persistent program as non-persistent"""
598+ """Recreate a persistent program as non-persistent (item hash will change) """
599599
600600 setup_logging (debug )
601601
You can’t perform that action at this time.
0 commit comments